﻿pm_cuiyan_basic_port = {
		texture = "gfx/interface/icons/production_method_icons/basic_port.dds"
	
	is_default = yes

	country_modifiers = {
		workforce_scaled = {
			country_construction_add = 2
		}
	}

	building_modifiers = {
		workforce_scaled = {	
			building_input_clippers_add = 5
		}

		level_scaled = {
			building_employment_laborers_add = 4500
			building_employment_clerks_add = 1500
			building_employment_bureaucrats_add = 500
		}
	}
	
	country_modifiers = {
		workforce_scaled = {
			country_minting_add = 2500
			country_convoys_capacity_add = 200
		}
	}
	state_modifiers = {
		workforce_scaled = {
			state_infrastructure_add = 6
		}
	}
}

pm_cuiyan_industrial_port = {
	texture = "gfx/interface/icons/production_method_icons/industrial_port.dds"

	unlocking_technologies = {
		gantry_cranes
	}

	building_modifiers = {
		workforce_scaled = {	
			building_input_steamers_add = 5
			building_input_coal_add = 5
		}
		level_scaled = {
			building_employment_laborers_add = 3000
			building_employment_machinists_add = 750
			building_employment_clerks_add = 1200
			building_employment_bureaucrats_add = 500
		}
	}

	country_modifiers = {
		workforce_scaled = {
			country_minting_add = 3000
			country_convoys_capacity_add = 350
		}
	}
	state_modifiers = {
		workforce_scaled = {
			state_infrastructure_add = 9
		}
	}	
}

pm_cuiyan_modern_port = {
	texture = "gfx/interface/icons/production_method_icons/modern_port.dds"
	unlocking_technologies = {
		concrete_dockyards
	}
	
	building_modifiers = {
		workforce_scaled = {	
			building_input_steamers_add = 5	
			building_input_oil_add = 10
		}
		level_scaled = {
			building_employment_laborers_add = 1050
			building_employment_machinists_add = 450
			building_employment_clerks_add = 800
			building_employment_bureaucrats_add = 500
		}
	}

	country_modifiers = {
		workforce_scaled = {
			country_minting_add = 4000
			country_convoys_capacity_add = 500
		}
	}
	state_modifiers = {
		workforce_scaled = {
			state_infrastructure_add = 14
		}
	}
}		